﻿2026-07-05T00:25:31.0690960Z Current runner version: '2.335.1'
2026-07-05T00:25:31.0695481Z Runner name: 'kitsubito'
2026-07-05T00:25:31.0696000Z Runner group name: 'Default'
2026-07-05T00:25:31.0696644Z Machine name: 'KITSUBITO'
2026-07-05T00:25:31.0698509Z ##[group]GITHUB_TOKEN Permissions
2026-07-05T00:25:31.0700598Z Contents: read
2026-07-05T00:25:31.0700997Z Metadata: read
2026-07-05T00:25:31.0701357Z Packages: read
2026-07-05T00:25:31.0701730Z ##[endgroup]
2026-07-05T00:25:31.0703304Z Secret source: Actions
2026-07-05T00:25:31.0703800Z Prepare workflow directory
2026-07-05T00:25:31.1059271Z Prepare all required actions
2026-07-05T00:25:31.1089230Z Getting action download info
2026-07-05T00:25:31.4427169Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-05T00:25:31.9405933Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-05T00:25:32.0251355Z ##[group]Run actions/checkout@v5
2026-07-05T00:25:32.0252099Z with:
2026-07-05T00:25:32.0252446Z   fetch-depth: 0
2026-07-05T00:25:32.0252865Z   repository: SaberMage/spt-core
2026-07-05T00:25:32.0255918Z   token: ***
2026-07-05T00:25:32.0256266Z   ssh-strict: true
2026-07-05T00:25:32.0256628Z   ssh-user: git
2026-07-05T00:25:32.0256981Z   persist-credentials: true
2026-07-05T00:25:32.0257374Z   clean: true
2026-07-05T00:25:32.0257726Z   sparse-checkout-cone-mode: true
2026-07-05T00:25:32.0258127Z   fetch-tags: false
2026-07-05T00:25:32.0258470Z   show-progress: true
2026-07-05T00:25:32.0258828Z   lfs: false
2026-07-05T00:25:32.0259415Z   submodules: false
2026-07-05T00:25:32.0259782Z   set-safe-directory: true
2026-07-05T00:25:32.0260377Z ##[endgroup]
2026-07-05T00:25:32.1061900Z Syncing repository: SaberMage/spt-core
2026-07-05T00:25:32.1063293Z ##[group]Getting Git version info
2026-07-05T00:25:32.1063974Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-05T00:25:32.1064852Z [command]/usr/bin/git version
2026-07-05T00:25:32.1088671Z git version 2.43.0
2026-07-05T00:25:32.1106111Z ##[endgroup]
2026-07-05T00:25:32.1116991Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b8f89d09-db6c-4eca-afbb-045e7d897a79' before making global git config changes
2026-07-05T00:25:32.1118116Z Adding repository directory to the temporary git global config as a safe directory
2026-07-05T00:25:32.1120931Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-05T00:25:32.1153373Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-05T00:25:32.1170187Z https://github.com/SaberMage/spt-core
2026-07-05T00:25:32.1180189Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-05T00:25:32.1182826Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-05T00:25:32.1200781Z HEAD
2026-07-05T00:25:32.1232814Z ##[endgroup]
2026-07-05T00:25:32.1233672Z [command]/usr/bin/git submodule status
2026-07-05T00:25:32.1414452Z ##[group]Cleaning the repository
2026-07-05T00:25:32.1417715Z [command]/usr/bin/git clean -ffdx
2026-07-05T00:25:32.1447333Z Removing traceable-reqs
2026-07-05T00:25:32.1454486Z [command]/usr/bin/git reset --hard HEAD
2026-07-05T00:25:32.1512880Z HEAD is now at 2cef1a3cc Merge c01fe6ee29c2a19c4a6ebc72f11c471cab7d13d0 into 188fe1a9f50a8bbc3234263bb16662a17b51a94e
2026-07-05T00:25:32.1518623Z ##[endgroup]
2026-07-05T00:25:32.1520821Z ##[group]Disabling automatic garbage collection
2026-07-05T00:25:32.1524193Z [command]/usr/bin/git config --local gc.auto 0
2026-07-05T00:25:32.1551883Z ##[endgroup]
2026-07-05T00:25:32.1552697Z ##[group]Setting up auth
2026-07-05T00:25:32.1557597Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-05T00:25:32.1586077Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-05T00:25:32.1782398Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-05T00:25:32.1808068Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-05T00:25:32.1997376Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-05T00:25:32.2024829Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-05T00:25:32.2213369Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-05T00:25:32.2241464Z ##[endgroup]
2026-07-05T00:25:32.2242060Z ##[group]Fetching the repository
2026-07-05T00:25:32.2248270Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +2cef1a3cc910e27f27ae9af6f87dd314247aaf40:refs/remotes/pull/51/merge
2026-07-05T00:25:32.8137369Z From https://github.com/SaberMage/spt-core
2026-07-05T00:25:32.8138841Z  + f91558e5d...c01fe6ee2 release/v0.25.0 -> origin/release/v0.25.0  (forced update)
2026-07-05T00:25:32.8178777Z ##[endgroup]
2026-07-05T00:25:32.8179806Z ##[group]Determining the checkout info
2026-07-05T00:25:32.8180842Z ##[endgroup]
2026-07-05T00:25:32.8184227Z [command]/usr/bin/git sparse-checkout disable
2026-07-05T00:25:32.8233449Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-05T00:25:32.8276809Z ##[group]Checking out the ref
2026-07-05T00:25:32.8291154Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/51/merge
2026-07-05T00:25:32.8364216Z HEAD is now at 2cef1a3cc Merge c01fe6ee29c2a19c4a6ebc72f11c471cab7d13d0 into 188fe1a9f50a8bbc3234263bb16662a17b51a94e
2026-07-05T00:25:32.8369340Z ##[endgroup]
2026-07-05T00:25:32.8416745Z [command]/usr/bin/git log -1 --format=%H
2026-07-05T00:25:32.8446358Z 2cef1a3cc910e27f27ae9af6f87dd314247aaf40
2026-07-05T00:25:32.8631478Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-05T00:25:32.8632780Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-05T00:25:32.8649259Z shell: /usr/bin/bash -e {0}
2026-07-05T00:25:32.8649809Z ##[endgroup]
2026-07-05T00:25:32.8773765Z ##[group]Run set -euo pipefail
2026-07-05T00:25:32.8774427Z [36;1mset -euo pipefail[0m
2026-07-05T00:25:32.8774946Z [36;1mPIN=0c95435[0m
2026-07-05T00:25:32.8775437Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-05T00:25:32.8776081Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-05T00:25:32.8777033Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-05T00:25:32.8778332Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-05T00:25:32.8779731Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-05T00:25:32.8780719Z [36;1m  rm -rf "$CACHE"[0m
2026-07-05T00:25:32.8781310Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-05T00:25:32.8782026Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-05T00:25:32.8782942Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-05T00:25:32.8783938Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-05T00:25:32.8784559Z [36;1mfi[0m
2026-07-05T00:25:32.8785287Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-05T00:25:32.8800030Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-05T00:25:32.8800799Z env:
2026-07-05T00:25:32.8801207Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-05T00:25:32.8801792Z ##[endgroup]
2026-07-05T00:25:33.5638189Z    Compiling proc-macro2 v1.0.106
2026-07-05T00:25:33.5639658Z    Compiling unicode-ident v1.0.24
2026-07-05T00:25:33.5640349Z    Compiling quote v1.0.45
2026-07-05T00:25:33.5640883Z    Compiling libc v0.2.186
2026-07-05T00:25:33.5641357Z    Compiling serde_core v1.0.228
2026-07-05T00:25:33.5642291Z    Compiling cfg-if v1.0.4
2026-07-05T00:25:33.5642720Z    Compiling serde v1.0.228
2026-07-05T00:25:33.5688452Z    Compiling log v0.4.32
2026-07-05T00:25:33.5717175Z    Compiling pin-project-lite v0.2.17
2026-07-05T00:25:33.5731481Z    Compiling portable-atomic v1.13.1
2026-07-05T00:25:33.5778568Z    Compiling typenum v1.20.1
2026-07-05T00:25:33.5831090Z    Compiling memchr v2.8.1
2026-07-05T00:25:33.5832760Z    Compiling version_check v0.9.5
2026-07-05T00:25:33.5833609Z    Compiling find-msvc-tools v0.1.9
2026-07-05T00:25:33.5856963Z    Compiling shlex v2.0.1
2026-07-05T00:25:33.6536308Z    Compiling critical-section v1.2.0
2026-07-05T00:25:33.6922258Z    Compiling bytes v1.11.1
2026-07-05T00:25:33.7471547Z    Compiling futures-core v0.3.32
2026-07-05T00:25:33.7781117Z    Compiling subtle v2.6.1
2026-07-05T00:25:33.8110949Z    Compiling smallvec v1.15.1
2026-07-05T00:25:33.8525181Z    Compiling equivalent v1.0.2
2026-07-05T00:25:33.8801697Z    Compiling itoa v1.0.18
2026-07-05T00:25:33.9041609Z    Compiling semver v1.0.28
2026-07-05T00:25:33.9620225Z    Compiling stable_deref_trait v1.2.1
2026-07-05T00:25:33.9635911Z    Compiling slab v0.4.12
2026-07-05T00:25:33.9951572Z    Compiling futures-sink v0.3.32
2026-07-05T00:25:34.0232632Z    Compiling futures-io v0.3.32
2026-07-05T00:25:34.0332181Z    Compiling futures-task v0.3.32
2026-07-05T00:25:34.0693386Z    Compiling generic-array v0.14.7
2026-07-05T00:25:34.1151017Z    Compiling rand_core v0.10.1
2026-07-05T00:25:34.1321066Z    Compiling futures-channel v0.3.32
2026-07-05T00:25:34.1420772Z    Compiling bitflags v2.12.1
2026-07-05T00:25:34.1999882Z    Compiling rustversion v1.0.22
2026-07-05T00:25:34.2590629Z    Compiling hashbrown v0.17.1
2026-07-05T00:25:34.2634753Z    Compiling getrandom v0.4.2
2026-07-05T00:25:34.2671392Z    Compiling cpufeatures v0.2.17
2026-07-05T00:25:34.2740872Z    Compiling fnv v1.0.7
2026-07-05T00:25:34.3321488Z    Compiling rustc_version v0.4.1
2026-07-05T00:25:34.3441461Z    Compiling cfg_aliases v0.2.1
2026-07-05T00:25:34.3541004Z    Compiling strsim v0.11.1
2026-07-05T00:25:34.3941577Z    Compiling litemap v0.8.2
2026-07-05T00:25:34.4340894Z    Compiling writeable v0.6.3
2026-07-05T00:25:34.4380633Z    Compiling icu_normalizer_data v2.2.0
2026-07-05T00:25:34.5096137Z    Compiling utf8_iter v1.0.4
2026-07-05T00:25:34.5531008Z    Compiling icu_properties_data v2.2.0
2026-07-05T00:25:34.6338077Z    Compiling dunce v1.0.5
2026-07-05T00:25:34.6727796Z    Compiling ident_case v1.0.1
2026-07-05T00:25:34.6851480Z    Compiling fs_extra v1.3.0
2026-07-05T00:25:34.7138021Z    Compiling autocfg v1.5.1
2026-07-05T00:25:34.7334566Z    Compiling percent-encoding v2.3.2
2026-07-05T00:25:34.7621981Z    Compiling http v1.4.1
2026-07-05T00:25:34.7808531Z    Compiling cpufeatures v0.3.0
2026-07-05T00:25:34.7898470Z    Compiling aws-lc-rs v1.17.0
2026-07-05T00:25:34.8691285Z    Compiling thiserror v2.0.18
2026-07-05T00:25:34.9861026Z    Compiling unicode-segmentation v1.13.3
2026-07-05T00:25:35.0041057Z    Compiling scopeguard v1.2.0
2026-07-05T00:25:35.0440434Z    Compiling form_urlencoded v1.2.2
2026-07-05T00:25:35.0620847Z    Compiling chacha20 v0.10.0
2026-07-05T00:25:35.0901584Z    Compiling lock_api v0.4.14
2026-07-05T00:25:35.1690374Z    Compiling syn v2.0.117
2026-07-05T00:25:35.1810872Z    Compiling indexmap v2.14.0
2026-07-05T00:25:35.2060928Z    Compiling untrusted v0.9.0
2026-07-05T00:25:35.2310720Z    Compiling heck v0.5.0
2026-07-05T00:25:35.2811175Z    Compiling rustls v0.23.40
2026-07-05T00:25:35.2999803Z    Compiling unicode-xid v0.2.6
2026-07-05T00:25:35.3311207Z    Compiling atomic-waker v1.1.2
2026-07-05T00:25:35.3594568Z    Compiling const-oid v0.10.2
2026-07-05T00:25:35.3730119Z    Compiling anyhow v1.0.102
2026-07-05T00:25:35.4160357Z    Compiling httparse v1.10.1
2026-07-05T00:25:35.4419902Z    Compiling zerocopy v0.8.50
2026-07-05T00:25:35.4640799Z    Compiling jobserver v0.1.34
2026-07-05T00:25:35.4771304Z    Compiling paste v1.0.15
2026-07-05T00:25:35.4940763Z    Compiling parking_lot_core v0.9.12
2026-07-05T00:25:35.5050801Z    Compiling num-traits v0.2.19
2026-07-05T00:25:35.5250864Z    Compiling convert_case v0.10.0
2026-07-05T00:25:35.6300240Z    Compiling hybrid-array v0.4.12
2026-07-05T00:25:35.6363253Z    Compiling curve25519-dalek v4.1.3
2026-07-05T00:25:35.7061772Z    Compiling ahash v0.8.12
2026-07-05T00:25:35.7592059Z    Compiling powerfmt v0.2.0
2026-07-05T00:25:35.7731820Z    Compiling fastrand v2.4.1
2026-07-05T00:25:35.7940468Z    Compiling cc v1.2.63
2026-07-05T00:25:35.9140438Z    Compiling http-body v1.0.1
2026-07-05T00:25:35.9232678Z    Compiling base64ct v1.8.3
2026-07-05T00:25:35.9760751Z    Compiling either v1.16.0
2026-07-05T00:25:35.9892152Z    Compiling deranged v0.5.8
2026-07-05T00:25:36.0290951Z    Compiling crypto-common v0.1.7
2026-07-05T00:25:36.0513684Z    Compiling block-buffer v0.10.4
2026-07-05T00:25:36.1680510Z    Compiling digest v0.10.7
2026-07-05T00:25:36.1819637Z    Compiling pem-rfc7468 v1.0.0
2026-07-05T00:25:36.2432729Z    Compiling num-conv v0.2.2
2026-07-05T00:25:36.2900160Z    Compiling base64 v0.22.1
2026-07-05T00:25:36.3850811Z    Compiling data-encoding v2.11.0
2026-07-05T00:25:36.4140680Z    Compiling mio v1.2.1
2026-07-05T00:25:36.4337817Z    Compiling socket2 v0.6.4
2026-07-05T00:25:36.4429563Z    Compiling getrandom v0.2.17
2026-07-05T00:25:36.5540710Z    Compiling vcpkg v0.2.15
2026-07-05T00:25:36.6200894Z    Compiling rand_core v0.6.4
2026-07-05T00:25:36.6520523Z    Compiling time-core v0.1.8
2026-07-05T00:25:36.7264637Z    Compiling rand v0.10.1
2026-07-05T00:25:36.7374375Z    Compiling uuid v1.23.2
2026-07-05T00:25:36.7891291Z    Compiling pkg-config v0.3.33
2026-07-05T00:25:36.8080895Z    Compiling tinyvec_macros v0.1.1
2026-07-05T00:25:36.8263439Z    Compiling zmij v1.0.21
2026-07-05T00:25:36.8630975Z    Compiling tower-service v0.3.3
2026-07-05T00:25:36.8820691Z    Compiling try-lock v0.2.5
2026-07-05T00:25:36.9330666Z    Compiling tinyvec v1.11.0
2026-07-05T00:25:36.9520600Z    Compiling parking_lot v0.12.5
2026-07-05T00:25:37.0059452Z    Compiling want v0.3.1
2026-07-05T00:25:37.0930289Z    Compiling cmake v0.1.58
2026-07-05T00:25:37.2581085Z    Compiling block-buffer v0.12.0
2026-07-05T00:25:37.2930552Z    Compiling crypto-common v0.2.2
2026-07-05T00:25:37.3480628Z    Compiling sha2 v0.10.9
2026-07-05T00:25:37.4394967Z    Compiling inout v0.1.4
2026-07-05T00:25:37.4730952Z    Compiling vergen-lib v9.1.0
2026-07-05T00:25:37.5111695Z    Compiling n0-future v0.3.2
2026-07-05T00:25:37.5228123Z    Compiling crossbeam-utils v0.8.21
2026-07-05T00:25:37.5541422Z    Compiling signature v2.2.0
2026-07-05T00:25:37.5661960Z    Compiling diatomic-waker v0.2.3
2026-07-05T00:25:37.5870841Z    Compiling spin v0.10.0
2026-07-05T00:25:37.5910839Z    Compiling httpdate v1.0.3
2026-07-05T00:25:37.6011327Z    Compiling parking v2.2.1
2026-07-05T00:25:37.6537337Z    Compiling winnow v1.0.3
2026-07-05T00:25:37.7024142Z    Compiling cordyceps v0.3.4
2026-07-05T00:25:37.7352465Z    Compiling serde_json v1.0.150
2026-07-05T00:25:37.7520726Z    Compiling ed25519 v2.2.3
2026-07-05T00:25:37.7580717Z    Compiling futures-lite v2.6.1
2026-07-05T00:25:37.7919433Z    Compiling cipher v0.4.4
2026-07-05T00:25:37.8121406Z    Compiling netlink-packet-core v0.8.1
2026-07-05T00:25:37.8690666Z    Compiling universal-hash v0.5.1
2026-07-05T00:25:37.9102545Z    Compiling vergen-lib v0.1.6
2026-07-05T00:25:37.9480768Z    Compiling vergen v9.1.0
2026-07-05T00:25:37.9640641Z    Compiling heapless v0.7.17
2026-07-05T00:25:37.9901004Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-05T00:25:38.0330343Z    Compiling noq-udp v0.10.0
2026-07-05T00:25:38.0542228Z    Compiling futures-buffered v0.2.13
2026-07-05T00:25:38.0601384Z    Compiling sync_wrapper v1.0.2
2026-07-05T00:25:38.1120457Z    Compiling opaque-debug v0.3.1
2026-07-05T00:25:38.1250585Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-05T00:25:38.1580882Z    Compiling aws-lc-sys v0.41.0
2026-07-05T00:25:38.1670909Z    Compiling ring v0.17.14
2026-07-05T00:25:38.1760876Z    Compiling libsqlite3-sys v0.30.1
2026-07-05T00:25:38.2509678Z    Compiling byteorder v1.5.0
2026-07-05T00:25:38.2778466Z    Compiling allocator-api2 v0.2.21
2026-07-05T00:25:38.3480940Z    Compiling digest v0.11.3
2026-07-05T00:25:38.3482251Z    Compiling polyval v0.6.2
2026-07-05T00:25:38.4410911Z    Compiling hash32 v0.2.1
2026-07-05T00:25:38.5407220Z    Compiling spin v0.9.8
2026-07-05T00:25:38.5770748Z    Compiling vergen-gitcl v1.0.8
2026-07-05T00:25:38.5932533Z    Compiling signature v3.0.0
2026-07-05T00:25:38.6052539Z    Compiling num_threads v0.1.7
2026-07-05T00:25:38.6770648Z    Compiling ryu v1.0.23
2026-07-05T00:25:38.7499873Z    Compiling tower-layer v0.3.3
2026-07-05T00:25:38.7589846Z    Compiling fallible-iterator v0.3.0
2026-07-05T00:25:38.7751859Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-05T00:25:38.8113391Z    Compiling time v0.3.47
2026-07-05T00:25:38.8921296Z    Compiling sha2 v0.11.0-rc.5
2026-07-05T00:25:38.9278079Z    Compiling ghash v0.5.1
2026-07-05T00:25:38.9430797Z    Compiling ctr v0.9.2
2026-07-05T00:25:38.9530139Z    Compiling aes v0.8.4
2026-07-05T00:25:39.0290521Z    Compiling fs2 v0.4.3
2026-07-05T00:25:39.0660552Z    Compiling aead v0.5.2
2026-07-05T00:25:39.1730827Z    Compiling http-body-util v0.1.3
2026-07-05T00:25:39.1830637Z    Compiling openssl-probe v0.2.1
2026-07-05T00:25:39.2210773Z    Compiling arrayvec v0.7.6
2026-07-05T00:25:39.2250684Z    Compiling utf8parse v0.2.2
2026-07-05T00:25:39.3147671Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-05T00:25:39.3230443Z    Compiling crossbeam-channel v0.5.15
2026-07-05T00:25:39.3880779Z    Compiling crossbeam-epoch v0.9.18
2026-07-05T00:25:39.4080328Z    Compiling netlink-packet-route v0.29.0
2026-07-05T00:25:39.4676334Z    Compiling blake3 v1.8.5
2026-07-05T00:25:39.4951322Z    Compiling aes-gcm v0.10.3
2026-07-05T00:25:39.6762575Z    Compiling memoffset v0.6.5
2026-07-05T00:25:39.7000552Z    Compiling acto v0.8.2
2026-07-05T00:25:39.7560596Z    Compiling netwatch v0.16.0
2026-07-05T00:25:39.8572097Z    Compiling noq v0.18.0
2026-07-05T00:25:39.9010574Z    Compiling mac-addr v0.3.0
2026-07-05T00:25:39.9150985Z    Compiling tagptr v0.2.0
2026-07-05T00:25:39.9290505Z    Compiling ref-cast v1.0.25
2026-07-05T00:25:39.9930884Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-05T00:25:40.0501721Z    Compiling identity-hash v0.1.0
2026-07-05T00:25:40.0699698Z    Compiling xml-rs v0.8.28
2026-07-05T00:25:40.1174126Z    Compiling rustc-hash v2.1.2
2026-07-05T00:25:40.1174938Z    Compiling lru-slab v0.1.2
2026-07-05T00:25:40.1660675Z    Compiling thiserror v1.0.69
2026-07-05T00:25:40.2230726Z    Compiling rustix v1.1.4
2026-07-05T00:25:40.2331925Z    Compiling sorted-index-buffer v0.2.1
2026-07-05T00:25:40.2343325Z    Compiling foldhash v0.2.0
2026-07-05T00:25:40.3600749Z    Compiling hashbrown v0.16.1
2026-07-05T00:25:40.5081778Z    Compiling netlink-packet-route v0.30.0
2026-07-05T00:25:40.5668250Z    Compiling serial-core v0.4.0
2026-07-05T00:25:40.6231051Z    Compiling termios v0.2.2
2026-07-05T00:25:40.7000986Z    Compiling synstructure v0.13.2
2026-07-05T00:25:40.7550727Z    Compiling darling_core v0.20.11
2026-07-05T00:25:40.7631685Z    Compiling serde_derive_internals v0.29.1
2026-07-05T00:25:41.0470712Z    Compiling proc-macro-crate v3.5.0
2026-07-05T00:25:41.2374833Z    Compiling xmltree v0.10.3
2026-07-05T00:25:41.2954861Z    Compiling errno v0.3.14
2026-07-05T00:25:41.3782180Z    Compiling ioctl-rs v0.1.6
2026-07-05T00:25:41.4311060Z    Compiling simple-dns v0.9.3
2026-07-05T00:25:41.4583091Z    Compiling aho-corasick v1.1.4
2026-07-05T00:25:41.4797918Z    Compiling toml_write v0.1.2
2026-07-05T00:25:41.4961198Z    Compiling arrayref v0.3.9
2026-07-05T00:25:41.5017606Z    Compiling constant_time_eq v0.4.2
2026-07-05T00:25:41.5051404Z    Compiling winnow v0.7.15
2026-07-05T00:25:41.5560656Z    Compiling resolv-conf v0.7.6
2026-07-05T00:25:41.7055413Z    Compiling smol_str v0.1.24
2026-07-05T00:25:41.7120792Z    Compiling regex-syntax v0.8.10
2026-07-05T00:25:41.7267718Z    Compiling simdutf8 v0.1.5
2026-07-05T00:25:41.8000845Z    Compiling signal-hook v0.3.18
2026-07-05T00:25:41.9344522Z    Compiling sha1_smol v1.0.1
2026-07-05T00:25:41.9650603Z    Compiling linux-raw-sys v0.12.1
2026-07-05T00:25:42.0483013Z    Compiling serial-unix v0.4.0
2026-07-05T00:25:42.1247765Z    Compiling signal-hook-registry v1.4.8
2026-07-05T00:25:42.2161082Z    Compiling lru v0.16.4
2026-07-05T00:25:42.2920955Z    Compiling darling_core v0.23.0
2026-07-05T00:25:42.4840729Z    Compiling serde_bytes v0.11.19
2026-07-05T00:25:42.5660740Z    Compiling seize v0.5.1
2026-07-05T00:25:42.7663231Z    Compiling hmac v0.12.1
2026-07-05T00:25:42.8360348Z    Compiling serde_derive v1.0.228
2026-07-05T00:25:42.8623789Z    Compiling zeroize_derive v1.4.3
2026-07-05T00:25:42.9099253Z    Compiling tokio-macros v2.7.0
2026-07-05T00:25:43.0510726Z    Compiling zerofrom-derive v0.1.7
2026-07-05T00:25:43.5020782Z    Compiling zeroize v1.8.2
2026-07-05T00:25:43.7018203Z    Compiling futures-macro v0.3.32
2026-07-05T00:25:43.7780699Z    Compiling tokio v1.52.3
2026-07-05T00:25:43.9061033Z    Compiling yoke-derive v0.8.2
2026-07-05T00:25:44.1917120Z    Compiling zerovec-derive v0.11.3
2026-07-05T00:25:44.2630337Z    Compiling displaydoc v0.2.6
2026-07-05T00:25:44.3600759Z    Compiling tracing-attributes v0.1.31
2026-07-05T00:25:44.6984469Z    Compiling zerofrom v0.1.8
2026-07-05T00:25:44.7509652Z    Compiling futures-util v0.3.32
2026-07-05T00:25:44.8201271Z    Compiling rustls-pki-types v1.14.1
2026-07-05T00:25:45.1660926Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-05T00:25:45.3936221Z    Compiling yoke v0.8.3
2026-07-05T00:25:45.5649457Z    Compiling thiserror-impl v2.0.18
2026-07-05T00:25:45.6574415Z    Compiling zerotrie v0.2.4
2026-07-05T00:25:45.7619177Z    Compiling zerovec v0.11.6
2026-07-05T00:25:45.9130717Z    Compiling darling_macro v0.20.11
2026-07-05T00:25:46.0621139Z    Compiling derive_more-impl v2.1.1
2026-07-05T00:25:46.1732208Z    Compiling spez v0.1.2
2026-07-05T00:25:46.2562339Z    Compiling n0-error-macros v0.1.3
2026-07-05T00:25:46.2991012Z    Compiling darling v0.20.11
2026-07-05T00:25:46.3880835Z    Compiling derive_builder_core v0.20.2
2026-07-05T00:25:46.3904577Z    Compiling der v0.8.0-rc.10
2026-07-05T00:25:46.5790882Z    Compiling pin-project-internal v1.1.13
2026-07-05T00:25:46.6560653Z    Compiling tinystr v0.8.3
2026-07-05T00:25:46.9552451Z    Compiling icu_locale_core v2.2.0
2026-07-05T00:25:47.4598716Z    Compiling potential_utf v0.1.5
2026-07-05T00:25:47.6170651Z    Compiling icu_collections v2.2.0
2026-07-05T00:25:47.6290888Z    Compiling n0-error v0.1.3
2026-07-05T00:25:47.7710805Z    Compiling derive_builder_macro v0.20.2
2026-07-05T00:25:48.0625507Z    Compiling pin-project v1.1.13
2026-07-05T00:25:48.0920644Z    Compiling derive_builder v0.20.2
2026-07-05T00:25:48.1030734Z    Compiling spki v0.8.0-rc.4
2026-07-05T00:25:48.1444384Z    Compiling ed25519-dalek v2.2.0
2026-07-05T00:25:48.3124551Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-05T00:25:48.4521279Z    Compiling icu_provider v2.2.0
2026-07-05T00:25:48.5479389Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-05T00:25:48.5553144Z    Compiling cobs v0.3.0
2026-07-05T00:25:48.7111061Z    Compiling ipnet v2.12.0
2026-07-05T00:25:48.7180541Z    Compiling futures-executor v0.3.32
2026-07-05T00:25:48.9070572Z    Compiling icu_properties v2.2.0
2026-07-05T00:25:48.9170536Z    Compiling icu_normalizer v2.2.0
2026-07-05T00:25:48.9290755Z    Compiling futures v0.3.32
2026-07-05T00:25:49.0294301Z    Compiling ed25519 v3.0.0-rc.4
2026-07-05T00:25:49.1060878Z    Compiling prefix-trie v0.8.4
2026-07-05T00:25:49.3360561Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-05T00:25:49.4627093Z    Compiling once_cell v1.21.4
2026-07-05T00:25:49.5401662Z    Compiling postcard-derive v0.2.2
2026-07-05T00:25:49.6220675Z    Compiling rustls-native-certs v0.8.4
2026-07-05T00:25:49.7092472Z    Compiling tracing-core v0.1.36
2026-07-05T00:25:49.8930747Z    Compiling data-encoding-macro v0.1.20
2026-07-05T00:25:49.9007840Z    Compiling iroh-metrics-derive v0.4.1
2026-07-05T00:25:49.9710606Z    Compiling hashbrown v0.14.5
2026-07-05T00:25:49.9990758Z    Compiling num_enum_derive v0.7.6
2026-07-05T00:25:50.1110495Z    Compiling postcard v1.1.3
2026-07-05T00:25:50.1444699Z    Compiling strum_macros v0.28.0
2026-07-05T00:25:50.2762582Z    Compiling async-trait v0.1.89
2026-07-05T00:25:50.4020559Z    Compiling tracing v0.1.44
2026-07-05T00:25:50.4140737Z    Compiling tokio-util v0.7.18
2026-07-05T00:25:50.4421015Z    Compiling netlink-sys v0.8.8
2026-07-05T00:25:50.6580549Z    Compiling idna_adapter v1.2.2
2026-07-05T00:25:50.7490800Z    Compiling idna v1.1.0
2026-07-05T00:25:50.7572367Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-05T00:25:50.7718501Z    Compiling hashlink v0.9.1
2026-07-05T00:25:50.7797698Z    Compiling tower v0.5.3
2026-07-05T00:25:50.8213221Z    Compiling enum-assoc v1.3.0
2026-07-05T00:25:51.0750450Z    Compiling iroh-metrics v0.38.3
2026-07-05T00:25:51.0828005Z    Compiling netlink-proto v0.12.0
2026-07-05T00:25:51.1220249Z    Compiling derive_more v2.1.1
2026-07-05T00:25:51.1640750Z    Compiling rusqlite v0.32.1
2026-07-05T00:25:51.1751649Z    Compiling netdev v0.42.0
2026-07-05T00:25:51.2440707Z    Compiling url v2.5.8
2026-07-05T00:25:51.2999683Z    Compiling iroh-relay v0.98.0
2026-07-05T00:25:51.3517522Z    Compiling moka v0.12.15
2026-07-05T00:25:51.3651244Z    Compiling num_enum v0.7.6
2026-07-05T00:25:51.3869993Z    Compiling toml_datetime v0.6.11
2026-07-05T00:25:51.4643666Z    Compiling serde_spanned v0.6.9
2026-07-05T00:25:51.6112606Z    Compiling h2 v0.4.14
2026-07-05T00:25:51.6980356Z    Compiling tokio-stream v0.1.18
2026-07-05T00:25:51.6983619Z    Compiling thiserror-impl v1.0.69
2026-07-05T00:25:51.7151178Z    Compiling ref-cast-impl v1.0.25
2026-07-05T00:25:51.7904028Z    Compiling n0-watcher v0.6.1
2026-07-05T00:25:51.8340576Z    Compiling toml_edit v0.22.27
2026-07-05T00:25:52.1281253Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-05T00:25:52.3108914Z    Compiling iroh-base v0.98.0
2026-07-05T00:25:52.3713868Z    Compiling tower-http v0.6.11
2026-07-05T00:25:52.4762057Z    Compiling attohttpc v0.30.1
2026-07-05T00:25:52.5910969Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-05T00:25:52.8140944Z    Compiling webpki-roots v1.0.7
2026-07-05T00:25:52.9357441Z    Compiling regex-automata v0.4.14
2026-07-05T00:25:53.0221024Z    Compiling schemars_derive v1.2.1
2026-07-05T00:25:53.1190656Z    Compiling strum v0.28.0
2026-07-05T00:25:53.1235656Z    Compiling iroh v0.98.2
2026-07-05T00:25:53.2104150Z    Compiling bitflags v1.3.2
2026-07-05T00:25:53.2361163Z    Compiling iroh-dns v0.98.0
2026-07-05T00:25:53.2890907Z    Compiling pin-utils v0.1.0
2026-07-05T00:25:53.3038395Z    Compiling cmov v0.5.4
2026-07-05T00:25:53.3986939Z    Compiling dyn-clone v1.0.20
2026-07-05T00:25:53.4491037Z    Compiling rustix v0.38.44
2026-07-05T00:25:53.5590881Z    Compiling nix v0.25.1
2026-07-05T00:25:53.5950322Z    Compiling filedescriptor v0.8.3
2026-07-05T00:25:53.6050456Z    Compiling backon v1.6.0
2026-07-05T00:25:53.6421005Z    Compiling ctutils v0.4.2
2026-07-05T00:25:53.8231049Z    Compiling darling_macro v0.23.0
2026-07-05T00:25:53.8321992Z    Compiling hkdf v0.12.4
2026-07-05T00:25:53.8435161Z    Compiling papaya v0.2.4
2026-07-05T00:25:54.0341393Z    Compiling serial v0.4.0
2026-07-05T00:25:54.0681971Z    Compiling anstyle-parse v1.0.0
2026-07-05T00:25:54.1210999Z    Compiling vte_generate_state_changes v0.1.2
2026-07-05T00:25:54.1854099Z    Compiling foldhash v0.1.5
2026-07-05T00:25:54.2920759Z    Compiling downcast-rs v1.2.1
2026-07-05T00:25:54.3701251Z    Compiling shell-words v1.1.1
2026-07-05T00:25:54.3895467Z    Compiling is_terminal_polyfill v1.70.2
2026-07-05T00:25:54.4070870Z    Compiling linux-raw-sys v0.4.15
2026-07-05T00:25:54.4431900Z    Compiling colorchoice v1.0.5
2026-07-05T00:25:54.4660631Z    Compiling instability v0.3.12
2026-07-05T00:25:54.4780976Z    Compiling anstyle v1.0.14
2026-07-05T00:25:54.5500642Z    Compiling anstyle-query v1.1.5
2026-07-05T00:25:54.5930878Z    Compiling vte v0.13.1
2026-07-05T00:25:54.6000455Z    Compiling hashbrown v0.15.5
2026-07-05T00:25:54.6310049Z    Compiling signal-hook-mio v0.2.5
2026-07-05T00:25:54.6480677Z    Compiling darling v0.23.0
2026-07-05T00:25:54.7281014Z    Compiling toml v0.8.23
2026-07-05T00:25:54.7930728Z    Compiling anstream v1.0.0
2026-07-05T00:25:54.8135818Z    Compiling spake2 v0.4.0
2026-07-05T00:25:54.8225683Z    Compiling terminal_size v0.4.4
2026-07-05T00:25:54.9931637Z    Compiling strum_macros v0.26.4
2026-07-05T00:25:55.2340660Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-05T00:25:55.2885901Z    Compiling sha1 v0.10.6
2026-07-05T00:25:55.4141595Z    Compiling itertools v0.13.0
2026-07-05T00:25:55.5530755Z    Compiling schemars v1.2.1
2026-07-05T00:25:55.5810816Z    Compiling castaway v0.2.4
2026-07-05T00:25:55.7060696Z    Compiling clap_lex v1.1.0
2026-07-05T00:25:55.7460789Z    Compiling static_assertions v1.1.0
2026-07-05T00:25:55.8470715Z    Compiling unicode-width v0.1.14
2026-07-05T00:25:56.0066153Z    Compiling doctest-file v1.1.1
2026-07-05T00:25:56.0170956Z    Compiling indoc v2.0.7
2026-07-05T00:25:56.1760990Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-05T00:25:56.2455631Z    Compiling regex v1.12.3
2026-07-05T00:25:56.5710974Z    Compiling interprocess v2.4.2
2026-07-05T00:25:56.9651184Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-05T00:25:57.0274346Z    Compiling crossterm v0.28.1
2026-07-05T00:25:57.1792242Z    Compiling clap_builder v4.6.0
2026-07-05T00:25:57.5170789Z    Compiling hyper v1.10.1
2026-07-05T00:25:57.5886671Z    Compiling unicode-truncate v1.1.0
2026-07-05T00:25:57.6021095Z    Compiling compact_str v0.8.2
2026-07-05T00:25:57.7780785Z    Compiling lru v0.12.5
2026-07-05T00:25:57.7955308Z    Compiling strum v0.26.3
2026-07-05T00:25:57.9040559Z    Compiling clap_derive v4.6.1
2026-07-05T00:25:57.9420944Z    Compiling cassowary v0.3.0
2026-07-05T00:25:58.0956907Z    Compiling portable-pty v0.8.1
2026-07-05T00:25:58.4210986Z    Compiling unicode-width v0.2.0
2026-07-05T00:25:58.4686514Z    Compiling iana-time-zone v0.1.65
2026-07-05T00:25:58.7145059Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-05T00:25:58.7496206Z    Compiling ratatui v0.29.0
2026-07-05T00:25:58.8440631Z    Compiling chrono v0.4.45
2026-07-05T00:25:58.9028784Z    Compiling nucleo-matcher v0.3.1
2026-07-05T00:25:58.9750656Z    Compiling qrcode v0.14.1
2026-07-05T00:25:59.4140559Z    Compiling tempfile v3.27.0
2026-07-05T00:25:59.4787885Z    Compiling hyper-util v0.1.20
2026-07-05T00:26:00.3978286Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-05T00:26:00.4323960Z    Compiling clap v4.6.1
2026-07-05T00:26:01.6260969Z    Compiling igd-next v0.17.1
2026-07-05T00:26:02.8467121Z    Compiling portmapper v0.16.0
2026-07-05T00:26:07.6511262Z    Compiling rustls-webpki v0.103.13
2026-07-05T00:26:10.1457363Z    Compiling tokio-rustls v0.26.4
2026-07-05T00:26:10.1460561Z    Compiling noq-proto v0.17.0
2026-07-05T00:26:10.1460879Z    Compiling rustls-platform-verifier v0.7.0
2026-07-05T00:26:10.2940573Z    Compiling hyper-rustls v0.27.9
2026-07-05T00:26:10.2941183Z    Compiling hickory-net v0.26.0-beta.4
2026-07-05T00:26:10.2941662Z    Compiling tokio-websockets v0.13.2
2026-07-05T00:26:10.4282123Z    Compiling reqwest v0.13.4
2026-07-05T00:26:11.4939146Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-05T00:26:26.0872980Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-05T00:26:27.5598865Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-05T00:26:35.4807516Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-05T00:26:40.1217454Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-05T00:26:40.1474519Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-b275a0970b188bf2)
2026-07-05T00:26:40.1489465Z 
2026-07-05T00:26:40.1489621Z running 1 test
2026-07-05T00:26:46.6017147Z test new_brain_serves_against_old_broker ... ok
2026-07-05T00:26:46.6017396Z 
2026-07-05T00:26:46.6017651Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.45s
2026-07-05T00:26:46.6017925Z 
2026-07-05T00:26:46.6230645Z Post job cleanup.
2026-07-05T00:26:46.6907315Z [command]/usr/bin/git version
2026-07-05T00:26:46.6976537Z git version 2.43.0
2026-07-05T00:26:46.7011876Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/51f4b824-a715-4dd9-90d7-7607249e4e41' before making global git config changes
2026-07-05T00:26:46.7012582Z Adding repository directory to the temporary git global config as a safe directory
2026-07-05T00:26:46.7015976Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-05T00:26:46.7051793Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-05T00:26:46.7082157Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-05T00:26:46.7271395Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-05T00:26:46.7289781Z http.https://github.com/.extraheader
2026-07-05T00:26:46.7296208Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-05T00:26:46.7319658Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-05T00:26:46.7517760Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-05T00:26:46.7545228Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-05T00:26:46.7853781Z Cleaning up orphan processes
2026-07-05T00:26:46.8430503Z Terminate orphan process: pid (1993987) (spt)
